.headerbtn {
  background: #3d3d3d;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headeractive {
  background: #4c9ebd;
}

.navbar,
.logo {
  background: #201f1e !important;
}
.logo {
  width: 260px;
  max-width: 260px;
  min-width: 260px;
}

.navbar-nav > .messages-menu > .dropdown-menu {
  width: 480px;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  top: 100%;
}
.btn-teams {
  background: #3d3d3d;
  color: #ffffff;
}
.btn-teams:hover {
  background: #4c9ebd !important;
}
.sidebar-toggle:hover {
  background: #4c9ebd !important;
}
.div-btn-sbc {
  border-left: white solid 1px;
  border-right: white solid 1px;
  padding: 0 5px 0 5px;
}
.btn-sbc {
  padding-top: 12px;
  height: 30px !important;
}
.brd-rd-5 {
  border-radius: 5px;
}
.brd-rd-10 {
  border-radius: 10px;
}

.brd-t-l-rd-5,
.brd-l-rd-5 {
  border-top-left-radius: 5px !important;
}
.brd-b-l-rd-5,
.brd-l-rd-5 {
  border-bottom-left-radius: 5px !important;
}
.brd-t-r-rd-5,
.brd-r-rd-5 {
  border-top-right-radius: 5px !important;
}
.brd-b-r-rd-5,
.brd-r-rd-5 {
  border-bottom-right-radius: 5px !important;
}
.brd-t-l-rd-10,
.brd-l-rd-10 {
  border-top-left-radius: 10px !important;
}
.brd-b-l-rd-10,
.brd-l-rd-10 {
  border-bottom-left-radius: 10px !important;
}
.brd-t-r-rd-10,
.brd-r-rd-10 {
  border-top-right-radius: 10px !important;
}
.brd-b-r-rd-10,
.brd-r-rd-10 {
  border-bottom-right-radius: 10px !important;
}

#left-nav {
  padding: 0;
}
ul {
  padding-left: 0px;
}
.h6,
h6 {
  font-size: 14px;
}
.h5,
h5 {
  font-size: 16px;
}

.sidebar-menu-1 {
  display: flex;
  flex-direction: column;
  width: 280px;
  position: absolute;
  height: calc(100vh - 60px);
  overflow: auto;
}
.sidebar-menu-panel {
  background-color: #353a48;
  color: white;
  margin: 5px;
  border: #353a48;
  border-radius: 10px;
}
.sidebar-menu-panel-top {
  height: inherit;
  padding: 20px 5px;
}
.sidebar-menu-panel-bottom {
  height: 190px;
  margin-top: 10px;
}
.navbar {
  margin-left: 5px;
  padding: 0;
}
.navbar-brand,
.nav-link,
.navbar-nav {
  color: white;
}
.navbar-collapse,
.navbar-nav,
.nav-link {
  height: 50px;
  display: flex;
  align-items: center;
}
.nav-link-menu {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
}
.nav-link-menu:hover {
  background-color: #827f84 !important;
  color: white !important;
}
.nav-link-transparent:hover,
.nav-link-transparent:focus,
.nav-link-transparent:active,
.nav-link-transparent[aria-current='page'] {
  background-color: transparent !important;
  color: white !important;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-50 {
  margin-left: 50px;
}

.alarms-dropdown-menu-card-body {
  max-height: 300px; /* Set max height */
  overflow-y: auto; /* Enable vertical scroll */
}

/* Remove Bootstrap dropdown arrow */
.dropdown-toggle-alarms::after {
  display: none !important;
}
.main-header-alarm-count {
  top: -5px !important;
  position: relative;
  font-size: 11px;
  font-weight: bold;
}
.main-header-alarm-text-ellipsis{
  display: inline-block;     
  max-width: 400px;          
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-item-ellipsis{
  display: flex;
  align-items: center;
}